Move style change for popover creation.
authorOlof-Joachim Frahm <olof@macrolet.net>
Sun, 26 Feb 2017 15:02:49 +0000 (16:02 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 5 May 2017 09:37:20 +0000 (11:37 +0200)
commit1681d4ad77fb8d7a6a16387cf44d5ac9b17f72a5
tree294e79ed553d43c85f442b1cf2377cb1442a61da
parent00cd92ea71eae5d272f6f7cca58d71a29334ca4c
Move style change for popover creation.

Creating with `gtk_popover_new_from_model` should be exactly the same as
if via `gtk_popover_new` plus `gtk_popover_bind_model`.

Also remove the style if the model is unbound at any point.
gtk/gtkpopover.c